MY词语>英语词典>memory allocation翻译和用法

memory allocation

英 [ˈmeməri ˌæləˈkeɪʃn]

美 [ˈmeməri ˌæləˈkeɪʃn]

网络  内存分配; 内存分派; 內存分配; 内存配置; 存储器分配

计算机

双语例句

  • Whenever you change your memory allocation for an AIX system, you need to review paging space requirements.
    每当更改AIX系统的内存分配时,都应检查分页空间要求。
  • If the shared memory allocation is exceeded, eAccelerator must purge old scripts from memory.
    如果共享内存的分配超出极限,eAccelerator必须将旧脚本从内存中清除。
  • So the heap is a chunk of memory in a computer's RAM that's conceptually allocated to what's called dynamic memory allocation.
    堆是在计算机RAM中的一块内存,它可以进行,动态内存分配。
  • This error can be caused by dirty media, CD-ROM read issues, or problems with memory allocation.
    这个错误可能是由媒体污损、CD-ROM读取问题或是内存配置的问题所造成。
  • Consider both execution performance and memory allocation.
    要同时兼顾执行性能和内存分配。
  • The Boost pool library introduces tools that you can use for fast memory allocation.
    Boostpool库引入了可用于实现快速内存分配的工具。
  • This code retrieves an instance from the pool, avoiding the memory allocation, construction, and eventual garbage collection.
    代码从池中检索到一个实例,从而避免了内存分配、构建和最终的垃圾回收。
  • There have been several attempts to add tracking for memory allocation from within client-side JavaScript libraries.
    人们曾多次尝试在客户端JavaScript库中添加对内存分配的跟踪。
  • We can let our AIX POWER systems automatically adjust memory allocation based on workload and demand.
    我们可以让AIXPOWER系统根据工作负载和需要自动地调整内存分配。
  • Sometimes it seems that more code is dedicated to managing memory allocation and cleanup than actually accomplishing computational tasks!
    有时好像致力于管理内存分配和清理的代码比实际完成计算任务的代码还要多!